home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / LookAtThat! / source code / Offscreen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-28  |  278 b   |  7 lines  |  [TEXT/CWIE]

  1. #include <QDOffscreen.h>
  2.  
  3. void        CopyOver(GWorldPtr GWorld, WindowPtr Window, Rect WindowRect, Rect GWorldRect);
  4. DialogPtr     CreateDialog(short dialogID);
  5. WindowPtr     CreateWindow(short windowID);
  6. GWorldPtr     CreateOffscreen(Rect GWorldRect);
  7. void        SetupOffscreen(GWorldPtr GWorld);